﻿2026-07-06T06:36:19.4548577Z ##[group]Run actions/checkout@v5
2026-07-06T06:36:19.4549571Z with:
2026-07-06T06:36:19.4549939Z   repository: SaberMage/spt-core
2026-07-06T06:36:19.4552939Z   token: ***
2026-07-06T06:36:19.4553292Z   ssh-strict: true
2026-07-06T06:36:19.4553712Z   ssh-user: git
2026-07-06T06:36:19.4554077Z   persist-credentials: true
2026-07-06T06:36:19.4554467Z   clean: true
2026-07-06T06:36:19.4554815Z   sparse-checkout-cone-mode: true
2026-07-06T06:36:19.4555225Z   fetch-depth: 1
2026-07-06T06:36:19.4555568Z   fetch-tags: false
2026-07-06T06:36:19.4555911Z   show-progress: true
2026-07-06T06:36:19.4556274Z   lfs: false
2026-07-06T06:36:19.4556603Z   submodules: false
2026-07-06T06:36:19.4556964Z   set-safe-directory: true
2026-07-06T06:36:19.4557541Z ##[endgroup]
2026-07-06T06:36:19.5379653Z Syncing repository: SaberMage/spt-core
2026-07-06T06:36:19.5381207Z ##[group]Getting Git version info
2026-07-06T06:36:19.5381855Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-07-06T06:36:19.5382808Z [command]/usr/bin/git version
2026-07-06T06:36:19.5383215Z git version 2.43.0
2026-07-06T06:36:19.5387184Z ##[endgroup]
2026-07-06T06:36:19.5398560Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/3f9d8cea-810e-463c-856d-431c9755c9f6' before making global git config changes
2026-07-06T06:36:19.5399902Z Adding repository directory to the temporary git global config as a safe directory
2026-07-06T06:36:19.5401716Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-06T06:36:19.5436141Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-06T06:36:19.5455671Z https://github.com/SaberMage/spt-core
2026-07-06T06:36:19.5466485Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-06T06:36:19.5469161Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-06T06:36:19.5495414Z HEAD
2026-07-06T06:36:19.5529893Z ##[endgroup]
2026-07-06T06:36:19.5531197Z [command]/usr/bin/git submodule status
2026-07-06T06:36:19.5722204Z ##[group]Cleaning the repository
2026-07-06T06:36:19.5724283Z [command]/usr/bin/git clean -ffdx
2026-07-06T06:36:22.2339106Z Removing .adapter-notify/
2026-07-06T06:36:22.2340093Z Removing target/
2026-07-06T06:36:22.2349541Z [command]/usr/bin/git reset --hard HEAD
2026-07-06T06:36:22.2739989Z HEAD is now at eafc1837c Merge 279df99067a41ead572534846142b9372d0a7812 into 06cea5cde193b7f0307a0334de0917ea7bd7742a
2026-07-06T06:36:22.2746607Z ##[endgroup]
2026-07-06T06:36:22.2748879Z ##[group]Disabling automatic garbage collection
2026-07-06T06:36:22.2752394Z [command]/usr/bin/git config --local gc.auto 0
2026-07-06T06:36:22.2779520Z ##[endgroup]
2026-07-06T06:36:22.2780122Z ##[group]Setting up auth
2026-07-06T06:36:22.2785724Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-06T06:36:22.2812760Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-06T06:36:22.3004894Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-06T06:36:22.3030359Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-06T06:36:22.3223727Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-06T06:36:22.3249949Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-06T06:36:22.3438211Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-06T06:36:22.3468614Z ##[endgroup]
2026-07-06T06:36:22.3469272Z ##[group]Fetching the repository
2026-07-06T06:36:22.3475756Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +eafc1837c7074fb14574e127d6b3622d9af54c1b:refs/remotes/pull/52/merge
2026-07-06T06:36:22.8874854Z ##[endgroup]
2026-07-06T06:36:22.8876289Z ##[group]Determining the checkout info
2026-07-06T06:36:22.8876913Z ##[endgroup]
2026-07-06T06:36:22.8880357Z [command]/usr/bin/git sparse-checkout disable
2026-07-06T06:36:22.8922749Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-06T06:36:22.8950954Z ##[group]Checking out the ref
2026-07-06T06:36:22.8960919Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/52/merge
2026-07-06T06:36:22.9024050Z HEAD is now at eafc1837c Merge 279df99067a41ead572534846142b9372d0a7812 into 06cea5cde193b7f0307a0334de0917ea7bd7742a
2026-07-06T06:36:22.9028772Z ##[endgroup]
2026-07-06T06:36:22.9076488Z [command]/usr/bin/git log -1 --format=%H
2026-07-06T06:36:22.9112913Z eafc1837c7074fb14574e127d6b3622d9af54c1b
